home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-09-24 | 6.0 KB | 189 lines |
- [Config]
- ImageList=images.bmp
- ServiceCheckInterval=1
- ServiceGlyphRunning=13
- ServiceGlyphPaused=14
- ServiceGlyphStopped=15
- TrayIconAllRunning=16
- TrayIconSomeRunning=17
- TrayIconNoneRunning=18
- ID={wampserver}
- AboutHeader=WAMP5
- AboutVersion=Version 1.3
-
- [AboutText]
- WAMP5 Version 1.3
-
- Created by Roms (Romain Bourdon)
-
- Sources are available just by asking by mail at contact@wampserver.com
-
-
- http://www.wampserver.com
-
- [Services]
- Name: wampapache
- Name: wampmysqld
-
- [Messages]
- AllRunningHint=WAMP5 - All services running
- SomeRunningHint=WAMP5 - %n of %t services running
- NoneRunningHint=WAMP5 - None of %t services running
-
- [Menu.Right.Settings]
- BarVisible=no
- SeparatorsAlignment=center
- SeparatorsFade=yes
- SeparatorsFadeColor=clBtnShadow
- SeparatorsFlatLines=yes
- SeparatorsGradientEnd=clSilver
- SeparatorsGradientStart=clGray
- SeparatorsGradientStyle=horizontal
- SeparatorsSeparatorStyle=shortline
-
- [Menu.Left.Settings]
- AutoLineReduction=no
- BarVisible=yes
- BarCaptionAlignment=bottom
- BarCaptionCaption=WAMP5 1.3
- BarCaptionDepth=1
- BarCaptionDirection=downtoup
- BarCaptionFont=Tahoma,16,clWhite,bold italic
- BarCaptionHighlightColor=clNone
- BarCaptionOffsetY=6
- BarCaptionShadowColor=clNone
- BarPictureHorzAlignment=center
- BarPictureOffsetX=0
- BarPictureOffsetY=0
- BarPicturePicture=barimage.bmp
- BarPictureTransparent=yes
- BarPictureVertAlignment=bottom
- BarBorder=clNone
- BarGradientEnd=$00550000
- BarGradientStart=clBlue
- BarGradientStyle=horizontal
- BarSide=left
- BarSpace=0
- BarWidth=32
- SeparatorsAlignment=center
- SeparatorsFade=yes
- SeparatorsFadeColor=clBtnShadow
- SeparatorsFlatLines=yes
- SeparatorsFont=Arial,8,clWhite
- SeparatorsGradientEnd=$00FFAA55
- SeparatorsGradientStart=$00550000
- SeparatorsGradientStyle=horizontal
- SeparatorsSeparatorStyle=caption
-
- [Menu.Right]
- Type: item; Caption: "&About..."; Action: about
- ;Type: item; Caption: "Reload Configur"; Action: readconfig
- INShelp
- Type: item; Caption: "Exit"; Action: multi; Actions: myexit;
-
- [Menu.Left]
- Type: separator; Caption: "WAMP5"
- Type: item; Caption: "Localhost"; Action: run; FileName: "explorer.exe"; Parameters: "http://localhost/"; Glyph: 5
- Type: item; Caption: "phpMyAdmin"; Action: run; FileName: "explorer.exe"; Parameters: "http://localhost/phpmyadmin/"; Glyph: 5
- Type: item; Caption: "SQLiteManager"; Action: run; FileName: "explorer.exe"; Parameters: "http://localhost/sqlitemanager/"; Glyph: 5
- INSwww
- Type: submenu; Caption: "Config files"; SubMenu: conf_files; Glyph: 3
- Type: separator; Caption: "Services"
- Type: servicesubmenu; Caption: "Apache"; Service: wampapache; SubMenu: apache
- Type: servicesubmenu; Caption: "MySQL"; Service: wampmysqld; SubMenu: MySql
- Type: item; Caption: "Start All Services"; Action: multi; Actions: StartAll
- Type: item; Caption: "Stop All Services"; Action: multi; Actions: StopAll
- Type: item; Caption: "Restart All Services"; Action: multi; Actions: RestartAll
-
-
-
-
- [conf_files]
- Type: separator; Caption: "config files"
- INShttpd
- INSphpini
- INSmyini
-
-
-
-
- [DoubleClickAction]
- Action: about;
-
- [apache]
- Type: separator; Caption: "apache"
- Type: item; Caption: "&Start/Resume Service"; Action: service; Service: wampapache; ServiceAction: startresume; Glyph: 9
- ;Type: item; Caption: "&Pause Service"; Action: service; Service: wampapache; ServiceAction: pause; Glyph: 10
- Type: item; Caption: "S&top Service"; Action: service; Service: wampapache; ServiceAction: stop; Glyph: 11
- Type: item; Caption: "&Restart Service"; Action: service; Service: wampapache; ServiceAction: restart; Glyph: 12
- Type: separator
- Type: item; Caption: "&Install Service"; Action: multi; Actions: ApacheServiceInstall; Glyph: 8
- Type: item; Caption: "&Remove Service"; Action: multi; Actions: ApacheServiceRemove; Glyph: 7
-
-
-
- [MySql]
- Type: separator; Caption: "MySQL"
- Type: item; Caption: "&Start/Resume Service"; Action: service; Service: wampmysqld; ServiceAction: startresume; Glyph: 9
- ;Type: item; Caption: "&Pause Service"; Action: service; Service: mysql; ServiceAction: pause; Glyph: 10
- Type: item; Caption: "S&top Service"; Action: service; Service: wampmysqld; ServiceAction: stop; Glyph: 11
- Type: item; Caption: "&Restart Service"; Action: service; Service: wampmysqld; ServiceAction: restart; Glyph: 12
- Type: separator
- Type: item; Caption: "&Install Service"; Action: multi; Actions: MySQLServiceInstall; Glyph: 8
- Type: item; Caption: "&Remove Service"; Action: multi; Actions: MySQLServiceRemove; Glyph: 7
- INScons
-
-
-
- [StartAll]
- Action: service; Service: wampapache; ServiceAction: startresume; Flags: ignoreerrors
- Action: service; Service: wampmysqld; ServiceAction: startresume; Flags: ignoreerrors
-
- [StopAll]
- Action: service; Service: wampapache; ServiceAction: stop; Flags: ignoreerrors
- Action: service; Service: wampmysqld; ServiceAction: stop; Flags: ignoreerrors
-
-
- [RestartAll]
- Action: service; Service: wampapache; ServiceAction: stop; Flags: waituntilterminated
- Action: service; Service: wampmysqld; ServiceAction: stop; Flags: waituntilterminated
- Action: service; Service: wampapache; ServiceAction: startresume; Flags: waituntilterminated
- Action: service; Service: wampmysqld; ServiceAction: startresume; Flags: waituntilterminated
-
-
- [myexit]
- Action: service; Service: wampapache; ServiceAction: stop; Flags: ignoreerrors
- Action: service; Service: wampmysqld; ServiceAction: stop; Flags: ignoreerrors
- Action: exit
-
-
- [ApacheServiceInstall]
- INSai
- Action: run; FileName: "reg"; Parameters: "add HKLM\SYSTEM\CurrentControlSet\Services\wampapache /V Start /t REG_DWORD /d 3 /f"; ShowCmd: hidden; Flags: waituntilterminated
- Action: resetservices
- Action: readconfig;
-
-
- [ApacheServiceRemove]
- Action: service; Service: wampapache; ServiceAction: stop; Flags: ignoreerrors waituntilterminated
- INSar
- Action: resetservices
- Action: readconfig;
-
- [MySQLServiceInstall]
- INSmi
- Action: resetservices
- Action: readconfig;
-
-
-
- [MySQLServiceRemove]
- Action: service; Service: wampmysqld; ServiceAction: stop; Flags: ignoreerrors waituntilterminated
- INSmr
- Action: resetservices
- Action: readconfig;
-
-
-
-
-